rbx_xml 0.2.0

Weakly-typed Roblox DOM implementation for Rust
Documentation

rbx_xml

rbx_xml on crates.io rbx_xml docs

Implementation of Roblox's XML model formats, rbxmx and rbxlx, for rbx-tree.

Coverage

rbx_xml aims to support all property types from rbx_tree.

Some properties serialize with different names in XML than the names exposed via Roblox's API dump or via the Lua API. In those cases, rbx_xml keeps a mapping that needs to be kept up to date. These cases are pretty uncommon, so that table is small.

Data type coverage:

  • Content
  • PhysicalProperties (currently a stub)
  • Ref
  • BinaryString
  • Bool
  • CFrame
  • Color3
  • Color3uint8
  • Enum
  • Float32
  • Int32
  • String
  • Vector2
  • Vector2int16
  • Vector3
  • Vector3int16